home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / tcp / AmiTCPsdk_40.lha / AmiTCP-4.0 / netinclude / rpc / svc_auth.h < prev    next >
C/C++ Source or Header  |  1994-10-03  |  602b  |  27 lines

  1. #ifndef RPC_SVC_AUTH_H
  2. #define RPC_SVC_AUTH_H
  3. /*
  4.  * $Id: svc_auth.h,v 4.1 1994/09/26 08:09:11 jraja Exp jraja $
  5.  *
  6.  * Service side of rpc authentication.
  7.  * 
  8.  * Copyright © 1994 AmiTCP/IP Group,
  9.  *                  Network Solutions Development Inc.
  10.  *                  All rights reserved.
  11.  *
  12.  */
  13. /* @(#)svc_auth.h    2.1 88/07/29 4.0 RPCSRC */
  14. /*      @(#)svc_auth.h 1.6 86/07/16 SMI      */
  15.  
  16. /*
  17.  * Copyright (C) 1984, Sun Microsystems, Inc.
  18.  */
  19.  
  20. /*
  21.  * Server side authenticator
  22.  */
  23. extern enum auth_stat _authenticate(struct svc_req * rqst,
  24.                     struct rpc_msg * msg);
  25.  
  26. #endif /* !RPC_SVC_AUTH_H */
  27.